home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Night Owl - The Best of BBS
/
Night Owl The Best of BBS (NOP-BBS) (Night Owl Publisher) (1994).iso
/
014a
/
ezbbs215.lha
/
c
/
QuitDaemons
< prev
next >
Wrap
Text File
|
1993-05-11
|
813b
|
42 lines
Echo "Terminating daemons ..." NOLINE
IF "bla" EQ "blu"
break `eval *`status com=EazyCommDaemon*` + 0`
break `eval *`status com=EazyLogfileDaemon*` + 0`
break `eval *`status com=EazyInOutDaemon*` + 0`
break `eval *`status com=EazyMsgFileDaemon*` + 0`
break `eval *`status com=EazyUserDaemon*` + 0`
ENDIF
Set num=""
Set num=`status command=MB:C/EazyCommDaemon`
If NOT "$num" EQ ""
Break $num
EndIf
Set num=""
Set num=`status command=MB:C/EazyLogfileDaemon`
If NOT "$num" EQ ""
Break $num
EndIf
Set num=""
Set num=`status command=MB:C/EazyInOutDaemon`
If NOT "$num" EQ ""
Break $num
EndIf
Set num=""
Set num=`status command=MB:C/EazyMsgFileDaemon`
If NOT "$num" EQ ""
Break $num
EndIf
Set num=""
Set num=`status command=MB:C/EazyUserDaemon`
If NOT "$num" EQ ""
Break $num
EndIf
Echo "*E[4D, done."